You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pantheon doesn't support table prefixes, but Lando can handle them with a little coaching. Normally lando pull "fails" if you have table prefixes, because it looks for a wp_users or users table. The process exits with an error, but your data is in fact in the DB, just not as Lando expected. The user just has to set LANDO_DB_USER_TABLE so Lando can check for the correct table. This is documented in PR #171, but thought I'd make an issue too for tracking purposes.
The text was updated successfully, but these errors were encountered:
xaqrox
added a commit
to xaqrox/pantheon
that referenced
this issue
Jun 9, 2023
* Document workaround for pulling with table prefixes
* Add verbatim error message to table prefix documentation. #172
* More helpful missing tables error during pull
* Conform pull/sync docs with new missing user table error.
* Fix doc styling.
---------
Co-authored-by: Alec Reynolds <alec+git@lando.dev>
Pantheon doesn't support table prefixes, but Lando can handle them with a little coaching. Normally
lando pull
"fails" if you have table prefixes, because it looks for awp_users
orusers
table. The process exits with an error, but your data is in fact in the DB, just not as Lando expected. The user just has to setLANDO_DB_USER_TABLE
so Lando can check for the correct table. This is documented in PR #171, but thought I'd make an issue too for tracking purposes.The text was updated successfully, but these errors were encountered: