Wow! Thank you for the super-fast response. Will report on my adventures with the backup once I'm done.
koolnez
Posts
-
daily cron backup -- what all to backup? -
daily cron backup -- what all to backup?Hi
I'm relatively new to administering servers, would appreciate some help. I also posted this to the issues on GitHub, sorry for cross posting.
I have NodeBB running on Openshift and would like to take daily backups to Amazon S3. I'm using the Nodejs and Redis cartridges.
Where is all the data stored? What is stored in Redis? What files / directories should I backup using the
cron
service available on Openshift?Are there any examples / documentation?
Thanks in advance.
-
Installation errors on Openshift for v0.8.xI used
master
instead ofv0.8.x
and the installation proceeded. But after completing the setup, again it throws an error:... Configuration Saved OK [email protected] node_modules/redis [email protected] node_modules/connect-redis └── [email protected] ([email protected]) Populating database with default configs, if not already set... module.js:338 throw err; ^ Error: Cannot find module '../build/Release/lwip_image' at Function.Module._resolveFilename (module.js:336:15) at Function.Module._load (module.js:278:25) at Module.require (module.js:365:17) at require (module.js:384:17) at /var/lib/openshift/55e5df787628e1844c000173/app-root/runtime/repo/node_modules/lwip/lib/Image.js:3:22 at Object.<anonymous> (/var/lib/openshift/55e5df787628e1844c000173/app-root/runtime/repo/node_modules/lwip/lib/Image.js:15:3) at Module._compile (module.js:460:26) at Object.Module._extensions..js (module.js:478:10) at Module.load (module.js:355:32) at Function.Module._load (module.js:310:12)
So it seems to be related to the above build error for lwip decoder.
-
Installation errors on Openshift for v0.8.xHello,
I followed the instructions for Openshift installation given here: https://docs.nodebb.org/en/latest/installing/cloud/openshift.html
All goes well, until the
git push
in step 15. The error is as below:remote: make: Entering directory `/var/lib/openshift/55e5df787628e1844c000173/app-root/runtime/repo/node_modules/lwip/build' remote: CXX(target) Release/obj.target/lwip_decoder/src/decoder/init.o Connection to nodebb-motsai.rhcloud.com closed by remote host. fatal: The remote end hung up unexpectedly error: error in sideband demultiplexer To ssh://[email protected]/~/git/nodebb.git/ a232439..ff9fe9a master -> master error: failed to push some refs to 'ssh://[email protected]/~/git/nodebb.git/'
If I used version
stable
instead of v0.8.x in step 14, the installation proceeds well. However, I get a message in the dashboard saying to upgrade to 0.8.x from 0.6.1. The upgrade process fails too.Could you help me install v0.8.x on Openshift please?