Is there a way to save the current users before restoring a back up? Many users wouldn't want to sign-up more then once. If something happens to go wrong or you need to restore an old save of your site is there a way to save your users and re-add/upload their data after restoring your oxwall based site?I noticed in SQL you can export tables etc. If you export ow_base_user and after a full restore of and earlier version of your site can you import this same section of your SQL to restore users who signed up recently who get removed from the restore?
ow_friends_friendship - Friendship
ow_base_authorization_user_role - User roles.
Export each of this tables as CSV and import them when you want to.
You can export the ow_base_user as CSV and re-import them later. But You should also export this other tables:
ow_friends_friendship - Friendship
ow_base_authorization_user_role - User roles.
Export each of this tables as CSV and import them when you want to.
Alright thanks, I'll remember this. Oxwall doesn't really support much documentation of backing up and restoring your network.