mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-29 22:30:01 +02:00
Documented env migration command
This commit is contained in:
parent
cbedb377ac
commit
c9576f0b08
1 changed files with 3 additions and 1 deletions
|
@ -66,6 +66,8 @@ docker exec --user=www-data partdb php bin/console cache:clear
|
||||||
* `partdb:migrations:import-partkeepr`: Imports a mysqldump XML dump of a PartKeepr database into Part-DB. This is only
|
* `partdb:migrations:import-partkeepr`: Imports a mysqldump XML dump of a PartKeepr database into Part-DB. This is only
|
||||||
needed for users, which want to migrate from PartKeepr to Part-DB. *All existing data in the Part-DB database is
|
needed for users, which want to migrate from PartKeepr to Part-DB. *All existing data in the Part-DB database is
|
||||||
deleted!*
|
deleted!*
|
||||||
|
* `settings:migrate-env-to-settings`: Migrate configuration from environment variables to the settings interface.
|
||||||
|
The value of the environment variable is copied to the settings database, so the environment variable can be removed afterwards without losing the configuration.
|
||||||
|
|
||||||
## Database commands
|
## Database commands
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue