Docker 0.258.7: Field Updates Not Written; Zombie Views Appear

  1. Text field updates/changes are not appearing in other Views that include the updated field. Rotate through other Views with modified field, return to original field, changes are gone.

hey, the views of each come from same table and similar queries. So there should not be an issue. More so, it looks like your views/metadata is an issue. Had replied to your previous post as well.

  1. Views that were deleted earlier under previous release still appear in left sidebar. When deletion is attempted (again) error message says View does not exist.

Views deleted are not retained either in metadata or cache.

My suspicion is you may be pointing your NC_DB environment variable to a previously used database and probably you have ended up deleting the data associated with them in other schemas or your PG credentials do not have permissions to other schemas of NC_DB.

Also had mentioned similar thing in your previous post

And since no data is being inserted, I wonder if you did changes to your PG credentials ? Asking since the meta data is stored in NC_DB’s public schema and rest are stored in new schemas. I suspect there is an issue with postgres credentials.