Skip to main content
deleted 4 characters in body; edited tags; edited title
Source Link
Evan Carroll
  • 65.8k
  • 50
  • 263
  • 513

pg_dump - schema not: No matching schemas were found

I am trying to dump a schema from Postgres 9.4, running on Cents 6.5, but I get an error:

pg_dump: No matching schemas were found 

pg_dump: No matching schemas were found

Here is the command I am running:

pg_dump -U postgres -n "OLD-TODELETE-bushes" --verbose site > output_nf 

I am a little confused by this as when I run select schema_name from information_schema.schemata, I can see the schema name.

If I run pg_dump for all schemas the OLD-TODELETE-bushes is dumped to file, as expected.

There are no error's in the Postgres logs.

Anyone have any ideas?

pg_dump - schema not found

I am trying to dump a schema from Postgres 9.4, running on Cents 6.5, but I get an error:

pg_dump: No matching schemas were found 

Here is the command I am running:

pg_dump -U postgres -n "OLD-TODELETE-bushes" --verbose site > output_nf 

I am a little confused by this as when I run select schema_name from information_schema.schemata, I can see the schema name.

If I run pg_dump for all schemas the OLD-TODELETE-bushes is dumped to file, as expected.

There are no error's in the Postgres logs.

Anyone have any ideas?

pg_dump: No matching schemas were found

I am trying to dump a schema from Postgres 9.4, running on Cents 6.5, but I get an error:

pg_dump: No matching schemas were found

Here is the command I am running:

pg_dump -U postgres -n "OLD-TODELETE-bushes" --verbose site > output_nf 

I am a little confused by this as when I run select schema_name from information_schema.schemata, I can see the schema name.

If I run pg_dump for all schemas the OLD-TODELETE-bushes is dumped to file, as expected.

There are no error's in the Postgres logs.

Anyone have any ideas?

edited tags
Link
Paul White
  • 95.8k
  • 30
  • 442
  • 691
Tweeted twitter.com/#!/StackDBAs/status/648387988850909184
add tags, format, minor edits
Source Link
Erwin Brandstetter
  • 186.6k
  • 28
  • 465
  • 639

I am trying to dump a schema from PostgresqlPostgres 9.4, running on Cents 6.5, but am gettingI get an error "pg_dump: No matching schemas were found":

pg_dump: No matching schemas were found 

Here is the command I am running:

pg_dump -U postgres -n "OLD-TODELETE-bushes" --verbose site > output_nf 
pg_dump -U postgres -n "OLD-TODELETE-bushes" --verbose site > output_nf 

I am a little confused by this as when I run select schema_name from information_schema.schemata, I can see the schema name.

If I run pg_dump for all schema'sschemas the OLD-TODELETE-bushesOLD-TODELETE-bushes is dumped to file, as expected.

There are no error's in the postgresPostgres logs.

Anyone have any ideas?

I am trying to dump a schema from Postgresql 9.4, running on Cents 6.5, but am getting an error "pg_dump: No matching schemas were found"

Here is the command I am running:

pg_dump -U postgres -n "OLD-TODELETE-bushes" --verbose site > output_nf 

I am a little confused by this as when I run select schema_name from information_schema.schemata, I can see the schema name.

If I run pg_dump for all schema's the OLD-TODELETE-bushes is dumped to file, as expected.

There are no error's in the postgres logs.

Anyone have any ideas?

I am trying to dump a schema from Postgres 9.4, running on Cents 6.5, but I get an error:

pg_dump: No matching schemas were found 

Here is the command I am running:

pg_dump -U postgres -n "OLD-TODELETE-bushes" --verbose site > output_nf 

I am a little confused by this as when I run select schema_name from information_schema.schemata, I can see the schema name.

If I run pg_dump for all schemas the OLD-TODELETE-bushes is dumped to file, as expected.

There are no error's in the Postgres logs.

Anyone have any ideas?

Source Link
Loading