If you rewrite your equation after setting $t=x+6$, you get
$$
\sqrt{2t+3}=t
$$
Now you should clearly see where the problem lies: the left-hand side is a non-negative number (for $t\ge-3/2$, otherwise it is undefined). But, for $-3/2\le t<0$, the right-hand side is negative. Thus solutions of the equation must be non-negative.
When you square you “accept the risk” of introducing spurious results: indeed, from the false relation “$1=-1$” you get, after squaring, the true relation “$1=1$” which, however, doesn't make the original one true.
In this case, squaring gives $t^2-2t-3=0$, which has $t=3$ and $t=-1$ as roots; since $-3/2\le -1<0$, the root $t=-1$ must be discarded.
You can remain on the safe side if you always accompany the equation with the conditions under which squaring does not introduce rogue solutions:
$$
\begin{cases}
2x+15=(x+6)^2\\[3px]
x+6\ge0\\[3px]
\color{gray}{2x+15\ge0}
\end{cases}
$$
The last one is the condition for the existence of the radical and I have greyed it out because it's implicit in the first equation.
After solving the equation, finding the roots $x=-7$ and $x=-3$, you discard the first one because it doesn't satisfy $x+6\ge0$.