Hung Do
Safe way to backup and restore twenty database when workspace entity changed
Also I would like to ask if there is any more detailed documentation for developers: for example authentication, authorization, graphQL flow, how to show view in front ...
9 replies
Safe way to backup and restore twenty database when workspace entity changed
Thank you for your suggestion Bob, Thomast.
For example, if I add a new workspace entity, the data of the objectMetadata, fieldMetatdata, view, viewField... tables will be newly added corresponding records to this new entitty if I use the
database:reset --no-seed
command. So which tables should I use the pg_dump
command with so that when restoring, the above tables will not be overwritten or have data conflicts.9 replies