We will support to configure database automatically backup soon.
Postgres provides an official pg-dump
command to let you dump your database to an zip file. check it out for more detail.
Before restoring the Postgres data, you must stop your instance.
You must backup the current database before doing restore otherwise you are in the risk to lose ALL YOUR DATA!
If the blob storage is configured to use fs
as provider, simply backup th whole {STORAGE_LOCATION}
directory.
Not implemented yet
You can export all your modified configurations in Admin Panel.