Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lagoon postgres push/pull works but outputs ERROR notices when dropping indexes/tables #9

Open
mikemilano opened this issue Nov 9, 2020 · 1 comment
Assignees

Comments

@mikemilano
Copy link

When running lando push and lando pull with db environments selected on a project that uses postgres, the following index, table, and sequence errors will display. (Only a few lines of each are copied below)

Despite the errors displayed, it appears the data import is still working.

> > ERROR:  index "watchdog__uid__idx" does not exist
> > ERROR:  index "watchdog__type__idx" does not exist
> > ERROR:  index "watchdog__severity__idx" does not exist
> > ERROR:  index "users_field_data__user_field__mail__idx" does not exist
...
> > ERROR:  relation "public.watchdog" does not exist
> > ERROR:  relation "public.users_field_data" does not exist
> > ERROR:  relation "public.users_field_data" does not exist
> > ERROR:  relation "public.users_data" does not exist
...
> > ERROR:  sequence "watchdog_wid_seq" does not exist
> > ERROR:  table "watchdog" does not exist
> > ERROR:  table "users_field_data" does not exist
> > ERROR:  table "users_data" does not exist
> > ERROR:  table "users" does not exist
@stale
Copy link

stale bot commented Jun 9, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions and please check out this if you are wondering why we auto close issues.

@rtfm-47 rtfm-47 transferred this issue from lando/lando Nov 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants