HowTo: Manual Backup & Restore of FullIPTV Database

HowTo: Manual Backup & Restore of FullIPTV Database

Login to your Server with PuTTY:

 

1. create backup (it will be save to /root ):

pg_dump -U postgres fulliptvxx > fulliptvxx.sql

2. download the Database Backup and open the Database Backup with good Texteditor like
    Notepad++, search and Replace the old (server) ip with the new one

3.  install the CMS on your Server,

4. delete the current installed Database from Server:

dropdb -p 5432-U postgres fulliptvxx

5. create again a new Database:

createdb -p 5432-U postgres fulliptvxx

6. upload your Backup to the new Server in to the Folder /root

7. restore the Database:

psql -U postgres fulliptvxx < fulliptvxx.sql

Was this answer helpful?

 Print this Article

Also Read

HowTo: Use EPG Function

HowTo: Use EPG Function NOTE : EPG is available for the moment only in MAG Boxes   1. Assure...

HowTo: Use VOD Function

HowTo: Use VOD Function For using the VOD feature you must do like this :    1. Upload via...

HowTo: Add your Playlist to XBMC

HowTo: Add your Playlist to XBMC Here is a tutorial how to install XBMC addon :   First...

HowTo: What to check if channels/playlist/server "not working"

HowTo: What to check if channels/playlist/server "not working" To answer all of you that you...

HowTo: Install or Update FullIPTV

HowTo: Install or Update FullIPTV You must have mandatory ubuntu 13.10 or 14.04   There are...