Skip to content

Commit

Permalink
[DB-15063] Reword the warning "Skipping db queries summary: argument …
Browse files Browse the repository at this point in the history
…pgss_enabled is set as false" (#2286)

* Modified the skipping db_queries warning to be more generic.

* Added the suggested changes to the warning message.

* Added the changes to the tar.gz file
  • Loading branch information
atharva-kurhade-yb authored Feb 4, 2025
1 parent 094c02d commit 296b35c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified yb-voyager/src/srcdb/data/gather-assessment-metadata.tar.gz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ main() {

log "INFO" "argument pgss_enabled=$pgss_enabled"
if [[ "$pgss_enabled" == "false" ]]; then
print_and_log "WARN" "Skipping $script_action: argument pgss_enabled is set as false"
print_and_log "WARN" "Skipping $script_action: pg_stat_statements extension is not enabled"
continue
fi

Expand Down

0 comments on commit 296b35c

Please sign in to comment.