Missing things in the target tenant after a0deploy import

Hello everyone

I’m trying to import the content from a dev tenant to a prod one.

I’m using a0deploy for this.
Apparently, after running export and checking the directory containing the exported content, everything is there.

But, after importing into the prod tenant, when I check it I find that there are missing things like for example all related to Branding or Universal Login setup.
I’m not specifically selecting any kind of content neither when exporting nor importing.

Can someone provide some clue about what is happening?

Thanks.

Answering myself, just in case this is for help for someone else.

I was receiving an error message about the tool not being able to import logStreams:

error: Problem running command import during stage processChanges when processing type logStreams

Turns out that when this happens, the import process gets interrupted, but you don’t see any message at all informing you about that.

So, I excluded logStreams from import, and then the import process completed:

2025-09-09T07:13:40.474Z - info: Import Successful

This time you have a message informing you about what has happened: import successful.

Now all missing content is there, in the prod tenant.

1 Like