Fedora :: F12 : Downgrading Postgresql To 8.3 ?

Nov 24, 2009

I upgraded my server machine to F12 without realising that postgresql gets upgraded to 8.4, and without realising that 8.4 can't work with 8.3 databases.

Is there a way to install postgresql 8.3 on F12, preferably from Fedora repositories?

Alternatively, is there a way to migrate an 8.3 database to 8.4? I know that the recommended approach is to dump and restore the DB, but now that I have upgraded to F12, the pg_dump command doesn't work anymore.

There is also this open-source tool called pg_migrator but I couldn't find a package for it and it requires a complicated compilation and installation procedure.

The simplest solution seems to me to remove pg 8.4 and install 8.3 on Fedora 12.

View 5 Replies


ADVERTISEMENT

Fedora Servers :: Downgrading PostgreSQL To 8.2.x?

Feb 1, 2009

Is there any simpler method to downgrading to PostgreSQL 8.2.x? I am installing an application that requires it. I have removed postgresql 8.3 and tried to install some older fedora packages, but it did not go well.

My next step was to compile from scratch. However, I'm not real experienced with make/compiling and am fond of the organizational structure of RPMs.

The other option I could pursue is keeping 8.3 and installing an isolated 8.2 server for exclusive use by this app.

View 1 Replies View Related

Fedora :: Downgrading To PHP 5.2 In F14 Possible?

Nov 30, 2010

Is it possible to downgrade to php 5.2 in Fedora 14?

View 2 Replies View Related

Fedora Servers :: Downgrading PHP 5.3 To 5.2?

Feb 14, 2010

I need to downgrade the PHP on my Fedora 12 machine from 5.3.1 to 5.2...how do I do this?

ran 'yum downgrade php php-common php-cli' but can't get lower than 5.3.0.

View 11 Replies View Related

Red Hat / Fedora :: Downgrading Apache From 2.2 To 2.0 On CentOS 5

Apr 15, 2009

I'm attempting the lovely task of uninstalling Apache 2.2 and installing Apache 2.0 on CentOS 5. This is because of my original task of installing RSA web agent which only works with Apache 2.0. I also am not allowed to just install CentOS 4. I uninstalled Apache 2.2. Attempted to install Apache 2.0 (with rpm) and got multiple dependency errors. I installed the dependencies (and sometimes their dependencies including a little dance around some circular dependencies). Then I installed Apache 2.0 with no errors. However Apache failed to start.

Here is the error:
httpd: symbol lookup error: /usr/lib/libaprutil-0.so.0: undefined symbol: gdbm_errno.
Please don't tell me it "seems like you're missing your gdbm libraries." I'm not. I'm assuming I'm having a version incompatibility issue between gdbm and libaprutil. I just don't know what version of which I need to make Apache 2.0 happy. I tried uninstalling gdbm and installing an older version but I still have the same problem. Another option is to uninstall my openldap package (2.3.13-2) which I just installed and install an older version of that but again don't know which version is right.

View 4 Replies View Related

Fedora :: Downgrading Python To 2.5 From 2.6 Version

May 13, 2010

I want to install OpenERP software which requires python 2.5 ,but my fedora 11 is having the python 2.6 installed by default, how can I downgrade the python 2.6 to 2.5 version. Also I need to know which version of yum is compatible with python 2.5 version.

View 3 Replies View Related

Fedora :: Postgresql Won't Start In F15

May 31, 2011

I upgraded some days ago from F14 to F15, I once had postgresql-server configured and running, but now I'm getting errors when starting the service and I can't understand where the issue is.

Here some infos

Code:
# /etc/init.d/postgresql start
Starting postgresql (via systemctl): Job failed. See system logs and 'systemctl status' for details.
[FAILED]
Code:
# systemctl --failed
UNIT LOAD ACTIVE SUB JOB DESCRIPTION

[Code]....

View 8 Replies View Related

Fedora Security :: Securing PHP And PostgreSQL

Nov 19, 2009

I'm still new to PHP and SQL, but all the tutorials I've found connect to the database like this:

PHP Code:

Right now I'm just doing local network tests before exposing everything to the Internet.

Wouldn't leaving the password in there as plain text be a huge security issue? I tried downloading the php file off the server, and it just comes down blank. So does PHP already have a security feature that doesn't allow anyone to just nab PHP files off the server?

And for Postgre, I have pg_hba.conf set up to "trust" it's own IP address:

Code:

Would I need to use something like Kerberos, PAM, or ident authentication? Right now the only plan is to use it as login system for a website. The clients themselves won't be accessing the DB itself, because all the DB access will be through PHP.

View 4 Replies View Related

Fedora Installation :: How To Start With Postgresql

Jun 30, 2010

I want to know how to start with postgresql

os using : fedora 10
installed postgresql with the DVD rom , by clicking the check box while installing fedora

i tried postmaster , initrd , psql commands.... (command not found error coming)

i created a local user ...........]#adduser postgresql password : 123456
for working with postgre.

as one of my friend told i installed phpPgAdmin also ...........]# yum install phpPgAdmin

now i just want to work with the postgresql....!!!

and i need full steps as i am a beginner...

View 2 Replies View Related

Fedora Servers :: Unable To Connect To The Postgresql

Jun 21, 2009

I have recently Installed Fedora 11. I have installed postgres like yum install postgresql but I wonder there is no user created for postgres when I tried su postgres system says, no identity for user postgres. even when I tried to connect postgres server using psql then it says

Code:

psql: could not connect to server: No such file or directory

Is the server running locally and accepting connections on Unix domain socket "/tmp/.s.PGSQL.5432"?

View 1 Replies View Related

Fedora Servers :: Cannot Create DB On PostgreSQL Ascultaţi

Feb 6, 2011

I have tried to create a Postgresql DB from Konsole, but it could not. I received the following messages:

root@fedora-system ~]# chkconfig postgresql on
[root@fedora-system ~]# /etc/init.d/postgresql initdb
Initializing database: [ OK ]

[code]....

View 4 Replies View Related

Fedora :: PostgreSQL's PgAdmin3 Query Mode Crashes On 15 X86-64

Aug 11, 2011

this is my first post right here. I'm running on my first Fedora full experience, then I'm not so experienced about the specific details of the distro. Coming from Ubuntu (and certainly sad about Unity bugs), I wanted to know other distros, so I've adopted Fedora as my main OS. I often had some bugs and try to resolve them by myself but, this time, I've no idea about what can I do. So, there it goes:

Recently I've been trying to set up my PostgreSQL server for development purposes. Then I went to EnterpriseDB website and downloaded the x86-64 GUI install bundle, as I always did in Ubuntu (I never had this bug with Ubuntu). After the download, I went on with the installation, doing these steps:

Code:

sudo chmod +x postgresql-9.0.4-1-linux-x64.bin
sudo ./postgresql-9.0.4-1-linux-x64.bin

I run the installation with no problem, doing it alright, then I finish the installation and open pgAdmin3, for set up my databases. I log onto my server, put my password for postgres user and create a new server. It's all OK, so when I go to Query Mode tool (Ctrl + E), it crashes along with the pgAdmin.I decided to run the pgadmin script on terminal, looking for more details, then:

Code:

/opt/PostgreSQL/9.0/pgAdmin3/bin/pgadmin3: /opt/PostgreSQL/9.0/lib/libuuid.so.1: no version information available (required by /usr/lib64/libSM.so.6)
/opt/PostgreSQL/9.0/scripts/launchpgadmin.sh: line 3: 4890 Segmentation fault (core dumped) LD_LIBRARY_PATH=/opt/PostgreSQL/9.0/pgAdmin3/lib:/opt/PostgreSQL/9.0/lib:$LD_LIBRARY_PATH G_SLICE=always-malloc /opt/PostgreSQL/9.0/pgAdmin3/bin/pgadmin3

View 1 Replies View Related

Red Hat / Fedora :: Installation Of Php - Platform With Remote Postgresql Support

Oct 18, 2010

I have two machines. One is for web server and the other is for database server.I need to install php in the web server and postgresql in the database server. I installed postgresql. But could not install php as it needs postgresql library during configuration steps.

View 1 Replies View Related

Red Hat / Fedora :: Postgresql Giving Connection Timed Out Because Of Iptables?

Jul 14, 2011

In our development box we are configured postgresql to work with Jboss. The thing is we have firewall iptables in our linux box. when the iptables is stopped we can connect the postgres db locally using -h option, also we can connect thru a weblink we have created using Jboss. But when the iptables is started we can't connect the db locally using the -h option and the web is giving the below error. Caused by:

org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.
at org.postgresql.core.v3.ConnectionFactoryImpl.openC

[code]....

View 1 Replies View Related

Ubuntu :: Downgrading Gcc On 9.10?

Feb 11, 2010

I need to work on CUDA, nVidia's API for GPU development. The gcc version it requires is one step below what 9.10 provides, but it works on 9.04

I understand it ultimately comes down to installing the appropriate packages, changing symlinks of gcc and to point to the correct version.

So, is there an "official Ubuntu way" to do it? As in, is there some transitional or script that does it all?

(The reason I am asking this is, generally whenever I do something like this on my own, it ends up breaking something somewhere, but if there's an official way to do it, it plays well with the rest of the system.)

View 3 Replies View Related

CentOS 5 :: Downgrading PHP To 5.2?

Apr 7, 2011

I've messed up and by accident upgraded to php version 5.3 which does not work with Zend Loader/Optimiser.

How can I downgrade to version 5.2 without removing all the dependencies as I have pleask installed?

View 1 Replies View Related

Debian :: Downgrading From PHP 5.3 To 5.2 On Squeeze?

Jul 22, 2011

I need to install PHP 5.2 to run a script which didn't run correctly with PHP 5.3. Thus I would like to install PHP version from "lenny" packages (and not from "squeeze" packages).

I've found the following proceeding: [URL]

but I would like to use Debian packages instead Ubuntu packages.

View 2 Replies View Related

Ubuntu :: Downgrading PHP After Update?

May 5, 2010

Together with upgrading Ubuntu to 10.04 last week PHP was upgraded from 5.2. to 5.3. which contains a lot of changes... Now, some old code ain't working. How can I downgrade 5.3. to 5.2.?

View 1 Replies View Related

Ubuntu :: Downgrading Desktop To 10.04 From 10.10?

Jan 2, 2011

Would there be any possible problem with installing Ubuntu 10.04 over 10.10 on a manually partitioned PC?

I am using Ubuntu 10.10 and am considering going back to Lucid. I have 2 partitions ~ home and root. I presume there would be no problems with installing 10.04 over the 10.10 root partition? Will configuration files created by 10.10 in my home folder be usable by Ubuntu 10.04?

View 6 Replies View Related

Ubuntu :: Downgrading Firefox From 5 To 4?

Jun 28, 2011

I did an apt-get upgrade half an hour ago, resulting in an upgrade from firefox 4 to 5, and in that time I've already run into multiple serious problems with the new version. Is there any way to downgrade?

View 9 Replies View Related

OpenSUSE :: Firefox Does Not Start After Downgrading To 3.5

Feb 22, 2010

I updated to firefox 3.6 from the repository, it works bad, so I come back to 3.5 from the repository, now firefox doesn't start anymore.
Try with click not work
Try by console with
firefox not work
/usr/bin/firefox not work
/usr/lib64/firefox/firefox not work
Also try with -p and -safe-mode not work
Permission of that files are rwxr-xr-x group=root user=root

If I launch it by superuser it works
linux-dvkc:/home/pla/Documenti # firefox
kmozillahelper(19259): Session bus not found
KCrash: Application 'kmozillahelper' crashing...
Warning: connect() failed: : No such file or directory
KCrash cannot reach kdeinit, launching directly.
drkonqi(19265): Session bus not found
*** nss-shared-helper: Shared database disabled (set NSS_USE_SHARED_DB to enable).
linux-dvkc:/home/pla/Documenti #

View 3 Replies View Related

OpenSUSE :: Kde Apps Won't Work After Downgrading 11.4->11.3?

Mar 25, 2011

after being not so satisfied with opensuse 11.4 (worked really slow at times), i decided to downgrade to 11.3. But now, some applications won't start. When starting personal kontact, i only got a notification that akonadi server is starting but it doesn't progress. Only thing I can do is to kill the app.Same for Clementine (amarok-like player), but here it doesn't even try to start.So, I was thinking to delete all the settings folders concerning these apps in my home folder, but it doesn't change anything. I did so by searching for *kmail* *kontact* and *clementine* and erased those folders. Could it be that I forgot some? Some folders under some different names? I'm not really experienced into this subject

View 7 Replies View Related

Ubuntu Installation :: Downgrading From 10.10 Alpha To 10.04

Jul 10, 2010

I recently decided to try the ubuntu 10.10 alpha and I'm getting an annoying amount of crash reports, is there an easy way for me to downgrade back to the normal ubuntu without reinstalling the whole os from my disk?

View 6 Replies View Related

Ubuntu Networking :: Downgrading From Wicd 1.7 To 1.6?

Aug 25, 2010

Brand new to this world. Trying to figure out how to roll-back an app (Wicd). Specifically trying to do this: "edit /etc/apt/sources.list and added links to the karmic repositories for the universe group."

how do I find the karmic repositories links?

View 1 Replies View Related

Ubuntu Installation :: Downgrading Transmission 2.0 To 1.93?

Sep 12, 2010

UPDATE: Actually it's version 2.04 not 2.0, guess the site i followed was a little dated.

so i was a little hasty in upgrading Tranmission to version 2.0 and after a while i noticed that the new version is really slow especially for public torrents my question is; is it possible to downgrade to version 1.93?

i followed these command to install the new version.

Code:
$ sudo add-apt-repository ppa:transmissionbt/ppa
$ sudo apt-get update
$ sudo apt-get upgrade

View 3 Replies View Related

Ubuntu :: Switch To The 10.04 Interface Without Downgrading To 10.04?

Nov 8, 2010

I dont like Unity, it's bulky and slow. How can I switch to the 10.04 interface without downgrading to 10.04?

edit: I found that apparently I can get the 2d version, but can I get the 3d version?

View 3 Replies View Related

General :: Downgrading To Last Version Of Ubuntu 10.4 LTS?

May 29, 2011

I unfortunately succumbed to the lure of the latest and greatest and upgraded from a wonderfully stable, great version of Ubuntu 10.04 LTS to the -how shall I say- adventurous beta release of Ubuntu 11.04. My question is, I think, simple. Is it advisable to downgrade to the last 10.04 LTS ver.? I have my personal data saved. I run a dual boot with an old copy of Windows which I use once a year to do my taxes on.

View 8 Replies View Related

Ubuntu :: Can't Install - Downgrading Packet (libc6)

Feb 17, 2010

I installed wrong version from this package (I didn't knew that libc6 was very important package) so now i get a lot of errors. I tracked the original version and downloaded it. I have it on my PC as .deb package but i can't install it because it's older version then the installed one. Normally, I would first remove the old package and then install new. But now I'm not sure because I don't know will my edubuntu work without the libc6 package. Version of my edbuntu is 7.04 installed on asus eee 900HA. I only have internet on my desktop PC.

View 2 Replies View Related

Ubuntu Installation :: Downgrading Back To Default?

Aug 21, 2010

I upgraded my Lucid Lynx with some PPAs and found some bugs. Now I removed the PPAs and want to downgrade my system according to default repositories. What is the best way to do that?

View 3 Replies View Related

Ubuntu :: Downgrading - So Many Bugs In Final Release

May 11, 2009

This is the first time in two and half years of using Ubuntu that I've had to decide to downgrade, pretty disappointed that there are so many bugs in a final release, especially the more irritating bugs such as:

After alt+tabing I can't type sometimes (I've posted about this before), after a clean install problem still persists, I alt+tab a lot so not being able to type without minimizing my window is irritating

compiz + jaunty issue of assigning a key to bring up a terminal. The bug has been confirmed but if there is a fix, it wasn't put out with the release and requires tampering (usually I'd be okay with this but coupled with the other issues I see no point in wasting time)

nvidia card with twinview - with every prior release nvidia-settings worked flawlessly with twinview. Now the biggest issue is that when I fullscreen something it takes up both screens (such as a movie), when I am trying to work on one monitor and run a movie on another one I can't fullscreen because if I do it takes up both screens. I never have had this issue with a prior release.

I guess there is a first time for everything. I'm downgrading my system as well as my girlfriends because of the known intel graphics problem (I've read the wiki's about why they chose the driver but....a final release of an OS should not contain beta/experimental drivers that freeze up a computer set as a default).

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved