Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running backup results in error in UI despite running properly #124

Closed
josh-abram opened this issue Mar 29, 2020 · 2 comments
Closed

Running backup results in error in UI despite running properly #124

josh-abram opened this issue Mar 29, 2020 · 2 comments

Comments

@josh-abram
Copy link

Under Manage Backups > "Schedule Backup" results in the following:

image

Despite this, the backup is executed and properly displays in the Backups section below when it's completed.

cdgco added a commit that referenced this issue Mar 29, 2020
@cdgco
Copy link
Owner

cdgco commented Mar 29, 2020

The VestaCP API was returning 'OK' rather than '0'. Corrected by changing 'returncode' => $vst_returncode to 'returncode' => 'yes' in add/backup.php. Will be released in next minor version.

@cdgco cdgco closed this as completed Mar 29, 2020
@josh-abram
Copy link
Author

Tested & working (manually patched).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants