-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
6.13.0
Document URL:
Section Number and Name:
8.4. Exporting the Library Environment in a Syncable Format
8.5. Importing Syncable Exports
Describe the issue:
Instructions are not really clear about how things are supposed to work.
Section 8.4 says that:
"You can then serve the generated content using a local web server on the importing Satellite Server or in another Satellite Server organization."
Then goes about how to modify the CDN configuration to use a custom CDN.
This is not wrong, but:
1. Configuring the custom CDN should be on the section talking about importing content. It is not related to export.
2. If the user decides to use another webserver to host the content, the guide has no instructions on how the user should proceed. For example:
- I decided to put my content on webserver.example.com/pub/SATCONTENT
- configured the custom CDN to use that URL
questions that come to my mind:
- how is satellite getting the content?
- the command on section 8.5 accepts an URL instead of a local path to import?
Section 8.5, simply gives one command to import the content. It does not explain:
1. What exactly is the command doing
2. What are next steps after the command is executed (if any)
3. The note saying the data must be on one of the allowed import paths is true only if the data is stored locally. If it's on a URL it works. This kind of comes with my observation about the import command accepting an URL.
Suggestions for improvement:
Give examples ![]()
- One example of an import being stored locally on Satellite
- One example of an import of an incremental export (stored locally on satellite)
- One example of an import from an external webserver
- One example of an import of an incremental export from an external webserver
Explain what the commands do and if anything else is necessary after running them. Lots of customer come from older versions where they had to manually enable repositories and manually sync them. It's important to let the reader know when the process is done.
Additional information: