Page 1 of 1

Settings Backup

Posted: 28 Sep 2024, 12:09
by Okular
I couldn't find any post exactly related to this question: Is there any way of backing up your current site settings to restore them if you want to continue working on it and try out other layouts/styles?

Re: Settings Backup

Posted: 28 Sep 2024, 22:04
by mjau-mjau
Okular wrote: I couldn't find any post exactly related to this question: Is there any way of backing up your current site settings to restore them if you want to continue working on it and try out other layouts/styles?
You can't do that directly from the control panel, but you can easily create backups of config/config.user.json for example by FTP. Simply create a copy of the current file (current settings), and call it config.user.DATE.json (or whatever you like). The config.user.json file contains all your global settings including styles. It does NOT include page-specific settings.

Re: Settings Backup

Posted: 29 Sep 2024, 11:13
by Okular
@mjau-mjau

Thank you!