mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-11-05 16:39:47 +00:00
554 B
554 B
Transfering the config to/from the database
!!! danger This is a Work In Progress, not usable just yet.
{! backend/administration/CLI_tasks/general_cli_task_info.include !}
Transfer config from file to DB.
./bin/pleroma_ctl config migrate_to_db
mix pleroma.config migrate_to_db
Transfer config from DB to config/env.exported_from_db.secret.exs
./bin/pleroma_ctl config migrate_from_db <env>
mix pleroma.config migrate_from_db <env>