Take postgresql database backup
Following commands also useful to take backup and restore of simple (not contains large objects) postgresql database. pg_dump mydb > db.out To restore database psql …
Following commands also useful to take backup and restore of simple (not contains large objects) postgresql database. pg_dump mydb > db.out To restore database psql …
While gettting transferred from one host to another you need to take many precautions one of them is of your database (MySQL) You should backup …
Postgresql Using following command you can take backup of postgresql database. # pg_dump -u -C -f backupfile.sql database_name You can restore pgsql database using following …
Issue: How to set register_globals through .htaccess The most common setting that clients want to change are the “register_globals” settings. If you want to enable …
Issue: If you are receiving following error while restarting apache on Linux server: Error: service httpd status, results in httpd dead but subsys locked That …
Issue : How to rebuild Bind on cpanel server If your server has YUM installed then perform the following commands on your server: # yum …
When having trouble with email and the following error in the exim_paniclog on a cpanel server: User 0 set for local_delivery transport is on the …
While someone might not be targeting your site or server specifically, they will have automated tools that will try to guess random usernames and passwords …
Install Fantastico on Linux cpanel server Before installing Fantastico you must replace the buggy version of wget that ships with your OS or Fantastico will …
This is a simple guide to install mod_python in cPanel box, running Apache 1.3.x. You need to have Python installed for this to work – …
Installing Postgresql – HOWTO cPanel requires Postgresql 7.3.x or later. 7.2.x will not work. =========================================== Step 1 =========================================== Upgrade to cPanel 7.4.0 build 45 or …