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: First configuration of FullIPTV

HowTo: First configuration of FullIPTV After new Installtion you need make the first...

HowTo: Adding portal URL to MAG 250

HowTo: Adding portal URL to MAG 250 How to add/change a portal:The easiest way is to start from...

HowTo: Download Playlist from CMS

HowTo: Download Playlist from CMS If you need Playlists from CMS:   1. Go to your CMS 2....

Go to the Settings in you MAG250, open "Enter Portal URL"

Go to the Settings in you MAG250, open "Enter Portal URL" Go to the Settings in you MAG250,...

HowTo: Use VOD Function

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