JFROG not able to propogate data from object storage
Migrated all s3 objects of JFROG artifactory hosted on aws ec2 to GCS buckets.But JFROG artifactory hosted on GCP VM not showing package content and docker images size data on UI still.
JFROG not able to propogate data from object storage
Migrated all s3 objects of JFROG artifactory hosted on aws ec2 to GCS buckets.But JFROG artifactory hosted on GCP VM not showing package content and docker images size data on UI still.
The question is a bit unclear here. But from the question it sounds like you have just moved the binaries, which represents the physical files, without moving the database information as well.
The DB is where Artifactory stores all the Metadata, from file names, to paths to build-info, without it, the binaries are meaningless to the system.
You can bring across this Data from one Artifactory to another using a system export (exclude content as this is the binaries you have manually moved) then import to the new system including content. Artifactory will then match the metadata to the binaries you moved manually.
This process is described here: https://jfrog.com/help/r/artifactory-what-is-the-best-way-to-migrate-a-large-artifactory-instance-with-minimal-downtime
You can achieve something similar by taking a DB dump from the original instance and then importing that to your DB on the new instance.
If this does not answer your question, please can you provide more details about exactly what you have done, and what is not working.
You can always reach out to Jfrog support as well for help.