Skip to content

Enable CSV Import for the CSV I exported from LInkAce #534

Answered by Kovah
Pureway asked this question in Support
Discussion options

You must be logged in to vote

Hi, neither the export nor the import feature are meant to be used as a backup, or to move data between two installations, only to import or export from other applications.
If you have a fresh copy of LinkAce on your PC, please use the backup feature and restore the complete database with it.

https://www.linkace.org/docs/v1/configuration/application-backups/

If you are using the standard MySQL database, you should be able to import the database backup with the following command (not tested yet):

docker exec -i linkace_db_1 sh -c 'exec mysql -uroot -p"$MARIADB_ROOT_PASSWORD"' < /path/to/your/database-backups/mysql-linkace.sql

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Pureway
Comment options

Answer selected by Pureway
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants