+ Reply to Thread
Results 1 to 5 of 5

Thread: Data Entries backup and restore

  1. #1

    Data Entries backup and restore

    Dear Flynax Dev,

    So I made a very lengthy Data Entries, in admincp, the location of my countries, which is more detail than the one that you can import into on flynax admincp.
    My question is can I backup this Data Entries, and use it later? I tried looking for it in phpmyadmin but have no luck

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,162
    Hello Wei,

    Data entries are contained in two tables: data_formats and lang_keys

    I think it's easier to dump these tables completely in sql file as a backup

    also you should export multi_formats table if you use multi-field plugin


    to export only 'data entries' phrases form lang_keys you need to run the following query:
    Code:
    Only registered members can view the code.
    then export found entries in sql format

  3. #3
    It is not so easy and if in doubt, it is best not to touch it. Because you can forget some data and lose your data formats.
    Good luck.
    Viktor,
    Flynax technical department,
    Best wishes.

  4. #4
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,162
    Quote Originally Posted by Viktor View Post
    It is not so easy and if in doubt, it is best not to touch it. Because you can forget some data and lose your data formats.
    Good luck.
    at least if you know your data entry key you can export entries by this key:

    Code:
    Only registered members can view the code.
    Code:
    Only registered members can view the code.

  5. #5
    I see. Thanks for your advice Rudi and Viktor

+ Reply to Thread