-
-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Idea: export/import #94
Comments
Since all of this is in the database it shouldn't be too difficult. The trickier part would be building the most user-friendly interface and instructions for doing this. I can imagine it being useful to share smart block snippets between stations as well. |
@Robbt > I can imagine it being useful to share smart block snippets between stations as well. I could only dream of it) |
The manual has instructions on how to import/export the Database directly at http://libretime.org/manual/backing-up-the-server/. At least for moving servers I believe this to be the proper way. Import/export I see as interesting for multiple stations in a network that might want to share blocks and/or playlists. The code would need to take care of storing relations in the export and reloading them properly. We should look if any library code exists that can help us get this done as I'd rather not implement the whole shebang. It does need a file format for the export and more to make sense. If we want to implement something on the OR-mapper level we probably need to modernize that as well. |
@HaJoHe This might also be of interest to you. If you go the backup route you want to back up the db, If you update to a new version it usually makes sense to run |
ubuntu 14. (OpenVZ VPS)
after migrating db from main server got this in logs
|
I'm getting similar on a install onto ubuntu 14 on aws... |
Is there any way to transfer only the list of smart blocks and programs? @hairmare |
It's trying to call |
@korotkov13 not that I know of, there is only the full backup transfer strategy at this point. |
Perhaps we could use OPML for this. I do think that it would be a good idea to offer the ability to backup and restore or import/export shows etc. Importing a calendar would need to deal with conflicts in terms of time etc or provide the option to overwrite whatever exists. I also think that this could be useful as for both testing and development. In addition we could provide demo smartblock templates and even calendar that would help people get started with LibreTime. |
I am just about to try exporting schedules to spreadsheets via the JSON API |
Hi to all! I want to share an idea and function that I have long dreamed of.
Import and export of radio programs, smart blocks, playlists, users. It would be nice if you could quickly and easily transfer data from an old server / version to a new one and do not spend a lot of time adding everything manually.
How difficult is it to implement?
The text was updated successfully, but these errors were encountered: