From: | Magnus Hagander <magnus(at)hagander(dot)net> |
---|---|
To: | hema(at)crgroup(dot)co(dot)in, PostgreSQL mailing lists <pgsql-bugs(at)lists(dot)postgresql(dot)org> |
Subject: | Re: BUG #16584: could not create relation-cache initialization file "global/pg_internal.init.2002": No space left |
Date: | 2020-08-18 14:25:00 |
Message-ID: | CABUevEznxR_7oxo28c=cwxDRUNQC=rts=xLj+X7KqNz_27jhfA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
On Tue, Aug 18, 2020 at 4:23 PM PG Bug reporting form <
noreply(at)postgresql(dot)org> wrote:
> The following bug has been logged on the website:
>
> Bug reference: 16584
> Logged by: hema tb
> Email address: hema(at)crgroup(dot)co(dot)in
> PostgreSQL version: 9.6.18
> Operating system: linux 64 bit
> Description:
>
> I have taken the backup in the .bak format and I restored it to the new DB
> using command "psql dbname < filename.bak". after restoration I tried to
> connect the DB but I am getting this error "could not create relation-cache
> initialization file "global/pg_internal.init.5635": No space left on
> device". Anyway its connected and when i execute this \dt command, I got
> "No
> relations found" error.
> when I tried this command " GRANT ALL ON SCHEMA public TO public;" its
> throwing an error like could not access status of transaction 0 DETAIL:
> Could not write to file "pg_subtrans/00A1" at offset 139264: No space left
> on device.
>
> Can anyone help me to resolve this issue?
>
The message seems to pretty clearly say you ran out of diskspace, either
volume or inodes. So you need to free up disk space and try again (you'll
need to do the restore over from the beginning at that point since you
likely have a partial restore -- which should've given you plenty of errors
in the psql step as well).
--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/>
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>
From | Date | Subject | |
---|---|---|---|
Next Message | Jehan-Guillaume de Rorthais | 2020-08-18 16:02:46 | Re: BUG #15285: Query used index over field with ICU collation in some cases wrongly return 0 rows |
Previous Message | PG Bug reporting form | 2020-08-18 13:43:40 | BUG #16584: could not create relation-cache initialization file "global/pg_internal.init.2002": No space left |