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: Re-İnstall FullIPTV

HowTo: Re-İnstall FullIPTV If you make some mistakes during the installation you do need make...

HowTo: First configuration of FullIPTV

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

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: Add your Playlist to XBMC

HowTo: Add your Playlist to XBMC Here is a tutorial how to install XBMC addon :   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...