Multiple workflows have disappeared

This morning when I checked n8n, multiple workflows were deleted. A similar issue has occurred with my friend’s account in the same organization. We are using a self-hosted version on our own server.
Is anyone else experiencing a similar issue and struggling with it?
What actions should I take?

hi, how was n8n installed? (docker, compose, npm…)

n8n は、社内で運用している独自の「共通クラウド基盤/プロダクトプラットフォーム」上で動かしています。

この基盤は AWS 上の Kubernetes クラスタを使っており、n8n 自体は Docker コンテナとして Kubernetes 上にデプロイされています。
コンテナイメージのビルドには GitHub Actions を、デプロイには Argo CD を利用しています。

まとめると、npm ではなく「Docker コンテナを Kubernetes 上で動かしている構成」で、単体サーバーの docker-compose でもありません。

I am not familiar with this kind of setup, but I think this have to do with the persistency of the data. when the image is deployed, workflows and credential are stored in a folder, if you don’t make it persistant/shared with the host, it will be erased when the container is restarted.
maybe a path to investigate for you :wink:

hi, dit you finally managed to solve this?