Correct. $\Bbb Z_6$ has zero-divisors so we can't always apply factorization results from domains or fields. Indeed, $\Bbb Z_6[x]\,$ has exotic factorizations like $\,x = (3x\!+\!4)(4x\!+\!3).\,$ Note this simplifies to $\,x\equiv x\cdot 1\pmod{\!2}\,$ and $\,x\equiv 1\cdot x \pmod{\!3},\,$ i.e it arises from CRT (Chinese Remainder Theorem) by taking all possible pairings mod $\,2$ & $3\,$ of all factors $\,1,x\,$ of $\,x,\,$ the above being
$$\begin{array}{|c|c|c|} \hline
\bmod 6\!: &\color{#0a0}{3x+4} & 4x+3\\ \hline
\bmod 2\!: & \color{#c00}{x} & 1 \\
\bmod 3\!: & \color{#c00}1 & x \\ \hline \end{array}\qquad$$
Similarly S. Dolan's factorization $(x+2)(x+1)\equiv(4x^2\!+\!5)(3x^2\!+\!3x\!+\!4)\,$ splits further into $\, (4x\!+\!5)(4x\!+\!1)(3x\!+\!4)(3x\!+\!1)$ by taking all possible combinations mod $\,2$ & $3\,$ of the factors $\,1,\,x\!+\!2,\,x\!+\!1,\,$ of $\,(x\!+\!2)(x\!+\!1)\,$ as below
$$\begin{array}{|c|c|c|} \hline
\bmod 6\!: & \color{0a0}{4x+5} & 4x+1 & 3x+4 & 3x+1\\ \hline
\bmod 2\!: & \color{c00}1 & 1 & x+2 & x+1 \\
\bmod 3\!: & \color{c00}{x+2} & x+1 & 1 & 1 \\ \hline \end{array}\qquad$$
Here CRT tells us how to map $\Bbb Z_2[x]\times\Bbb Z_3[x]$ to the isomorphic ring $\,\Bbb Z_6[x]\,$ as below
$$\begin{align} f&\equiv f_2\!\!\!\pmod{\!2}\\
f&\equiv f_3\!\!\!\pmod{\!3}\end{align}\iff f \equiv 3f_2 + 4f_3\!\!\!\pmod{\!6}\qquad$$
e.g. $1$st column in $1$st table above: $\,(f_2,f_3) = (\color{#c00}{x,1})\mapsto 3(\color{#c00}x)+4(\color{#c00}1)= \color{#0a0}{3x+4}.\,$ It is easy to show that the irreducible elements in the product ring are associate to $\,(p,1)\,$ or $\,(1,q)\,$ for $\,p,\,q\,$ irreducibles in $\,\Bbb Z_2[x],\,\Bbb Z_3[x],\,$ since if both components are nonunits $\neq 0\,$ then it splits nontrivially as $\,(x,y) = (x,1)(1,y).\,$ Unlike $\,x\!+\!2\ \&\ x\!+\!1,\,$ the $4$ factors above are all prime (since quotienting by them yields domains $\Bbb Z_2$ or $\Bbb Z_3)$ so it's a prime factorization of $(x\!+\!2)(x\!+\!1)$ in $\,\Bbb Z_6[x]$.
As is clear from the above, factorization theory in rings with zero-divisors can be much more complex than in domains. Indeed, there are not even standard definitions of "associate" and "irreducible", and there are multiple approaches to unique factorization. See the papers cited in this answer for an introduction to the literature on this topic.