...
Code Block |
---|
php wp-cli.phar user create backup-admin backup-admin@info.com --role=administrator --user_pass=******** |
Alternatively run the Restore backup action to test site and then run Reconfigure SSO plugin to allow Keycloak logins to test site that will now contain the backup.
Note: Currently there are no notifications if the backup process failed for some reason, for example due to failures of remote oc commands. It is advisable to create a separate process that verifies that backup in fact took place and that restore was successful.
...