Sebastian

Results 3 issues of Sebastian

Is it possible to provide the database ID of the datastore database when doing an export?

Since Google is deprecating java11 for AppEngine https://cloud.google.com/appengine/docs/standard/lifecycle/support-schedule we would need to upgrade our current solution to Java17. Is there an example or a migration guide of how to do...

I am trying to make the UI work with datastore in firestore mode. This is my docker-compose.yaml ``` version: "3.9" services: # DSAdmin container dsadmin: image: "ghcr.io/remko/dsadmin:latest" depends_on: - datastore...