Skip to main content
Solved

Question about Packages - user access and lifecycle

  • August 11, 2021
  • 2 replies
  • 21 views

carmijo
Supporter
Forum|alt.badge.img+11

Do packages need to be re-uploaded when FME Server is updated to a new version?

Are uploaded packages available on a per-user basis or are packages uploaded by one user available for use by another user on FME Server?

 

Thanks

Best answer by david_r

This is my understanding, someone please correct me if I'm wrong:

  • Packages have a lifecycle that is separate from FME Server. This means that a fresh installation of FME Server might not necessarily contain any packages, and if it does, it might not be the most recent version. I would expect a backup/restore of the old server to include all the packages from the old server (although I haven't specifically tested this).
  • Packages uploaded to FME Server are available for all users. That is why there is a special permission needed to upload packages.
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

david_r
Celebrity
  • 8394 replies
  • Best Answer
  • August 12, 2021

This is my understanding, someone please correct me if I'm wrong:

  • Packages have a lifecycle that is separate from FME Server. This means that a fresh installation of FME Server might not necessarily contain any packages, and if it does, it might not be the most recent version. I would expect a backup/restore of the old server to include all the packages from the old server (although I haven't specifically tested this).
  • Packages uploaded to FME Server are available for all users. That is why there is a special permission needed to upload packages.

carmijo
Supporter
Forum|alt.badge.img+11
  • Author
  • Supporter
  • 135 replies
  • August 12, 2021

This is my understanding, someone please correct me if I'm wrong:

  • Packages have a lifecycle that is separate from FME Server. This means that a fresh installation of FME Server might not necessarily contain any packages, and if it does, it might not be the most recent version. I would expect a backup/restore of the old server to include all the packages from the old server (although I haven't specifically tested this).
  • Packages uploaded to FME Server are available for all users. That is why there is a special permission needed to upload packages.

That makes sense, and I got confirmation that package backup is an option during the server update process, as you mention. Thanks