This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

All Voucher are lost after new install and backup import

UTM 9.103-5
The harddisk of my utm failed and i installed it new from a CD and imported the backup.
Everthing works fine, but all wireless vouchers are lost! Is the a normal? All other wireless setting, also the picture in the hotspot are there.

Thanks for help!


This thread was automatically locked due to age.
Parents
  • Well, under the hood you can dump the DB and import after a reinstall using the 'pg_dump' & 'pg_restore' commands. But this is only safe if you don't change system version in the meantime so that DB schema is ensured to stay the same.

    Howto: (untested)
    - Export: pg_dump -U postgres hotspot > hotspot.sql
    - Import: pg_restore -U postgres -c 
Reply
  • Well, under the hood you can dump the DB and import after a reinstall using the 'pg_dump' & 'pg_restore' commands. But this is only safe if you don't change system version in the meantime so that DB schema is ensured to stay the same.

    Howto: (untested)
    - Export: pg_dump -U postgres hotspot > hotspot.sql
    - Import: pg_restore -U postgres -c 
Children
No Data