2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-13 02:35:29 +00:00

Remove sqlite references

This commit is contained in:
Oliver
2021-12-21 00:42:07 +11:00
parent b6a99ce7c2
commit bdaf7c66e7
4 changed files with 1 additions and 26 deletions

View File

@ -6,7 +6,6 @@ title: Migrating Data
In the case that data needs to be migrated from one database installation to another, the following procedure can be used to export data, initialize the new database, and re-import the data.
For example, if you wish to migrate from an SQLite database backend to a MySQL database backend, you will need to export the data into a standardized format, and then read it back in to the new database.
!!! warning "Backup Database"
Ensure that the original database is securely backed up first!