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: 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: If you change your Streamer Server IP, but keep the same DNS.

HowTo: If you change your Streamer Server IP, but keep the same DNS. This is the command you...

HowTo: Use VOD Function

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

HowTo: Install or Update FullIPTV

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

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,...