472,780 Members | 2,173 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,780 software developers and data experts.

problem with upgrading 7.2 -> 7.3.4

Hello;

With your help I've got a recently installed postgres7.3.4 version. But when
I try to upgrade my data I have an error.
I've spent a couple of hour trying to solve it with no result, and perhaps
you can help.

I've got two different computer one with the 7.2 and the other with 7.3.4
version.
I've made the dump_all with no problem. But when I type, in the new psql:

../psql -d template1 -f dumpall.backup.26-08-2003
I obtain the messages:
----------------
You are now conected to database template1
DELETE 3
CREATE USER
....
CREATE GROUP
ERROR: user "javier"does not exist
ALTER GROUP
....
\connect: FATAL user "javier" does not exist
-------------------
I've also tried (seen in Administrator guide 9.3):
../psql template1 < dumpall.backup.26-08-2003
what I guess is the same. Because I obtain the same messages.

And I obtain the messages no matter if the groups or user "javier" (me)
existed previously in the new postgres cluster (I've tried to CREATE, DROP,
re-CREATE... "javier" before bringing the dumped file with the same result).

Can you give me any clue?

Thanks,

Javier

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Nov 11 '05 #1
1 1298
javier garcia - CEBAS <rn***@cebas.csic.es> writes:
./psql -d template1 -f dumpall.backup.26-08-2003
I obtain the messages:
----------------
You are now conected to database template1
DELETE 3
CREATE USER
...
CREATE GROUP
ERROR: user "javier"does not exist
ALTER GROUP
...
\connect: FATAL user "javier" does not exist


My guess is that "javier" was the Postgres user in the old database
(and therefore wasn't dumped by pg_dumpall) but you used some other
name for the Postgres user in the new database.

If that's not it, would you show us the initial portion of the dump
file? Looking at the create user and create group commands it issues
might help.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html

Nov 11 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: starman | last post by:
Hello, I've been having a problem using a webpage to pay my satellite television bill. The URL is: https://www.directv.com/DTVAPP/MakePayment.do There are two forms on this page, one for...
1
by: Jack | last post by:
What is the biggest problem you have faced in upgrading applications from Visual Studio 6 to Visual Studio .NET ? You are welcome to share your experiences. Thanks
6
by: John Morgan | last post by:
I urgently need tom use SP3a upgrade the instance of SQLServer200 MSDE runing on my local machine but I am having problems in doing so. My first problem is that when I start the set up procedure...
5
by: Mike Owen | last post by:
Hi, I have just used the import Wizard to import a VS 2003 app to VS 2005. I have a lot of work to do to enable it to compile successfully with all the errors and warnings it gave me, but as a...
4
by: james | last post by:
I upgraded my 2002 project to 2003 and I am getting several of there errors on my forms xxxForm.resx Resource transformation for file 'xxxForm.resx' failed. Possible Version mismatch. Type...
1
by: progTiger | last post by:
The upgrade wizard just hangs on step 5 of 5 when it reaches "Upgrading DataEnvironment..." I have let it sit for 3 hours and it does nothing. .Net Studio is not frozen, but the process does...
9
by: Marshall Dudley | last post by:
I am trying to install python, but am having problems. I did what the README file said, and it created an executible code in the current directory as it said it would when I typed "make". It...
6
by: JimLad | last post by:
Hi, We have a major ASP app that we are in the process of upgrading to ASP.NET 1.1 and probably on to ASP.NET 2.0 in the middle of next year. (We will also be upgrading to SQL2K5 at the same...
3
by: Arno R | last post by:
I know that an Access-FE (frontend) can use a BE (backend) from another earlier version. Question: Are there any caveats there when doing so?? Situation: I still have an old Access 2.0 !!...
5
by: Glen Buell | last post by:
Hi all, I have a major problem with my ASP.NET website and it's SQL Server 2005 Express database, and I'm wondering if anyone could help me out with it. This site is on a webhost...
0
by: Rina0 | last post by:
Cybersecurity engineering is a specialized field that focuses on the design, development, and implementation of systems, processes, and technologies that protect against cyber threats and...
3
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
How does React native implement an English player?
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.