Restoring a dokuwki to openshift -
i have openshift account dokuwiki in 1 app php 5.3 cartige, backups using rhc snapshot save every day, today try restore rhc snapshot restore, looks data last git push did , changes did dokuwiki aren´t restored "snapshot". doing wrong? , rhc command displays snapshot saves "the state of application", doesn´t mean expect (save whole state of application)? :)
openshift offers functionality backup , restore snapshot command within rhc client tools. backup application code, data, logs , configuration, run:
rhc snapshot save -a {appname} restore application, run: rhc snapshot restore -a {appname} -f {/path/to/snapshot/appname.tar.gz}
when rhc snapshot save, saves in git repository, in app-root/data, , in databases have running. if have ssh'd or sftp'd application , made changes, or used web editor make physical file changes (ones not stored in database), changes not reflected in backup/restore procedure.
Comments
Post a Comment