aptly icon indicating copy to clipboard operation
aptly copied to clipboard

Exporting Aptly Configuration State

Open damageboy opened this issue 10 years ago • 4 comments

I'd like to somehow "store" the aptly configuration (repos, packages etc.) into source control.

This obviously doesn't exist right now, are there any thoughts about this sort of feature?

damageboy avatar May 29 '15 08:05 damageboy

Yes, there were many thoughts about that. Exporting state is not that complex, but importing is much more complicated.

smira avatar May 29 '15 09:05 smira

:) I hear you. Backing up was always an easier task to accomplish without the need to restore...

damageboy avatar May 29 '15 09:05 damageboy

So aptly state == DB + files in pool + published in public/ (which could be recreated by re-publishing). DB could be exported more or less easily, it consists of serialized Go structures. Files in the pool - have no idea how to keep them in source control, probably as is.

smira avatar May 29 '15 10:05 smira