Ignore:
Timestamp:
04/12/16 18:32:17 (8 years ago)
Author:
Kris Deugau
Message:

/trunk

Add a hack to slurp the DB connect info from MyIPDB.pm in db-update.pl,
so we don't have to maintain the info twice and make a mess of it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/db-update.pl

    r822 r844  
    99
    1010# run the tabledef update first.  This is "safe";  IPDB < 3.0 can still happily munch away at it.
    11 print qx { PGPASSWORD=ipdbpwd psql -h localhost -U ipdb ipdb <ipdb-2.7-3.0.sql };
     11##fixme
     12my $sqlcmd = "PGPASSWORD=".dbpass()." psql -h ".dbhost()." -U ".dbuser()." ".dbname()." <ipdb-2.7-3.0.sql";
     13print qx $sqlcmd;
    1214
    1315my $dbh;
Note: See TracChangeset for help on using the changeset viewer.