running the migrate script i get this message `./...
# support
c
running the migrate script i get this message
./migrate.sh: line 155: containers_array[@]: unbound variable
n
@Prashant Shahi
c
Hi guys!
p
Hi @Chymdy Ugah! can you please share the migration arguments that you used?
c
./migrate.sh -o migrate -d standalone -m all
p
This can only happen if you had brought down the SigNoz cluster and removed the previously running containers. For now, you can skip the pre-migration cleanup steps by commenting on the following (line
410
) in the
migrate.sh
script: >
Copy code
stop_services "${deployment_type}" "${signoz_root_dir}"
c
Thanks. it worked.