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
The data which is stored on gitpress is not currently retained when the container is destroyed, we would need to push the exported db file to github pages site to retain the state
To Accomplish:
Create a function inside the plugin which exports the db in to sql file
Commit the db file in gitpress
Create a script which would export this db file from repo and populate the tables.